home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 21 / Mac Magazin and MacEasy Magazine CD - Issue 21.iso / Wissenschaft & Technik / yorick12vr1-nofpu folder / gist / nobox.gs < prev    next >
Text File  |  1995-07-26  |  2KB  |  61 lines

  1. # Gist nobox.gs drawing style
  2. # $Id: nobox.gs,v 1.1 1993/08/27 17:08:43 munro Exp $
  3.  
  4. # A single coordinate system on a portrait page with no ticks or labels
  5. # Legends: none
  6.  
  7. # See work.gs for description of meanings
  8.  
  9. landscape= 0
  10.  
  11. default = {
  12.   legend= 0,
  13.  
  14.   viewport= { 0.127, 0.672, 0.363, 0.908 },
  15.  
  16.   ticks= {
  17.  
  18.     horiz= {
  19.       nMajor= 7.5,  nMinor= 50.0,  logAdjMajor= 1.2,  logAdjMinor= 1.2,
  20.       nDigits= 3,  gridLevel= 1,  flags= 0x000,
  21.       tickOff= 0.0007,  labelOff= 0.0182,
  22.       tickLen= { 0.0143, 0.0091, 0.0052, 0.0026, 0.0013 },
  23.       tickStyle= { color= -2,  type= 1,  width= 1.0 },
  24.       gridStyle= { color= -2,  type= 3,  width= 1.0 },
  25.       textStyle= { color= -2,  font= 0x08,  prec= 2,  height= 0.0182,
  26.         expand= 1.0,  spacing= 0.0,  upX= 0.0,  upY= 1.0,
  27.         path= 0,  alignH= 0,  alignV= 0,  opaque= 0 },
  28.       xOver= 0.395,  yOver= 0.350 },
  29.  
  30.     vert= {
  31.       nMajor= 7.5,  nMinor= 50.0,  logAdjMajor= 1.2,  logAdjMinor= 1.2,
  32.       nDigits= 4,  gridLevel= 1,  flags= 0x000,
  33.       tickOff= 0.0007,  labelOff= 0.0182,
  34.       tickLen= { 0.0143, 0.0091, 0.0052, 0.0026, 0.0013 },
  35.       tickStyle= { color= -2,  type= 1,  width= 1.0 },
  36.       gridStyle= { color= -2,  type= 3,  width= 1.0 },
  37.       textStyle= { color= -2,  font= 0x08,  prec= 2,  height= 0.0182,
  38.         expand= 1.0,  spacing= 0.0,  upX= 0.0,  upY= 1.0,
  39.         path= 0,  alignH= 0,  alignV= 0,  opaque= 0 },
  40.       xOver= 0.100,  yOver= 0.350 },
  41.  
  42.     frame= 0,
  43.     frameStyle= { color= -2,  type= 1,  width= 1.0 }}}
  44.  
  45. # The one coordinate system matches the default template exactly
  46. system= { legend= "System 0" }
  47.  
  48. legends= {
  49.   x= 0.04698,  y= 0.400,  dx= 0.3758,  dy= 0.0,
  50.   textStyle= { color= -2,  font= 0x00,  prec= 2,  height= 0.0156,
  51.     expand= 1.0,  spacing= 0.0,  upX= 0.0,  upY= 1.0,
  52.     path= 0,  alignH= 1,  alignV= 1,  opaque= 0 },
  53.   nchars= 36,  nlines= 21,  nwrap= 2 }
  54.  
  55. clegends= {
  56.   x= 0.6182,  y= 0.8943,  dx= 0.0,  dy= 0.0,
  57.   textStyle= { color= -2,  font= 0x00,  prec= 2,  height= 0.0156,
  58.     expand= 1.0,  spacing= 0.0,  upX= 0.0,  upY= 1.0,
  59.     path= 0,  alignH= 1,  alignV= 1,  opaque= 0 },
  60.   nchars= 14,  nlines= 28,  nwrap= 1 }
  61.